Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start Minikube with a CNI network plugin #38

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

smebberson
Copy link
Member

This PR updates the c mk start command to request the use of a CNI network plugin. All related changes are in idearium/idearium#25.

Related PRs

  • idearium/idearium#25

Verification and testing

Verification

Run these steps on master.

  • Stop everything on your current minikube instance.
  • Delete the current minikube instance with minikube delete.
  • Execute yarn link in your repository.
  • Go to the idearium/idearium repo.
  • Execute yarn link @idearium/cli.
  • Execute c mk start.
  • Execute c kc cmd get pods --all-namespaces.
  • Eventually the coredns pods should have a status of Running.

Testing

  • Stop everything on your current minikube instance.
  • Delete the current minikube instance with minikube delete.
  • Execute c mk start.
  • Execute c kc cmd get pods --all-namespaces.
  • The coredns pods should remain Pending (until a CNI network plugin is added to the cluster).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant